The XML below is built using the sample report described in this section. This version is created by uncommenting the line of code that contains String.Replace() in order to convert the "less than" and "greater than" symbols to their respective HTML entity codes. This extra step is required when the Selerix transmittal XML is embedded in a SOAP or SAML envelope.
<?xml version="1.0" encoding="utf-8"?> <Transmittal xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SenderID="5f01d700-1994-42e1-aee2-fa959e09140c" Type="UploadApplicants" PortfolioID="a236f5c2-5003-48ce-98ba-9cacb0b79004"> <Group /> <Applicants> <Applicant ID="13579BD"> <SSN>222-33-4444</SSN> <FirstName>Fred</FirstName> <LastName>Flintstone</LastName> <Sex>Unknown</Sex> <Employment> <Title>Integration Engineer</Title> <Department>Product Development</Department> <Location>JAX</Location> <JobClass>Salary</JobClass> </Employment> <LegalStatus>Employee</LegalStatus> <Relationship>Employee</Relationship> <BirthDate>1980-01-15T00:00:00</BirthDate> <EmployeeIdent>12345</EmployeeIdent> </Applicant> </Applicants> </Transmittal>